Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add rx timestamp to rinfo payload #146

Merged
merged 1 commit into from
Dec 5, 2020
Merged

feat: Add rx timestamp to rinfo payload #146

merged 1 commit into from
Dec 5, 2020

Conversation

glenne
Copy link
Contributor

@glenne glenne commented Dec 2, 2020

For doing time sync with UDP packets, the best available rx timestamp is needed to avoid delays introduced in callback event reporting. This pull request captures the time at a low level and passes it in the rinfo callback object as a millisecond timestamp. Verified on Android and iOS.

@Rapsssito
Copy link
Collaborator

@glenne, LGTM! However, it does not match NodeJS dgram API. I must check if we could induce inconsistencies with this PR.

@Rapsssito Rapsssito merged commit c468a39 into tradle:master Dec 5, 2020
github-actions bot pushed a commit that referenced this pull request Dec 5, 2020
# [4.1.0](v4.0.4...v4.1.0) (2020-12-05)

### Features

* Add rx timestamp to rinfo payload ([#146](#146)) ([c468a39](c468a39))
@github-actions
Copy link

github-actions bot commented Dec 5, 2020

🎉 This PR is included in version 4.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@glenne
Copy link
Contributor Author

glenne commented Dec 6, 2020

Thanks @Rapsssito, your efforts are appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants